func crypto/cipher.gcmAuth
3 uses
crypto/cipher (current package)
gcm.go#L267: gcmAuth(tag[:], &H, &tagMask, out[:len(plaintext)], additionalData)
gcm.go#L307: gcmAuth(expectedTag[:], &H, &tagMask, ciphertext, additionalData)
gcm.go#L356: func gcmAuth(out []byte, H, tagMask *[gcmBlockSize]byte, ciphertext, additionalData []byte) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)